Header Properties |
The Header type exposes the following members.
| Name | Description | |
|---|---|---|
| Count |
Gets the number of elements in the Header.
| |
| IsFixedSize |
Gets a value indicating whether the collection has a fixed size.
| |
| IsReadOnly |
Gets a value indicating whether the Header is read-only.
| |
| IsSynchronized |
Gets a value indicating whether access to the Header is synchronized (thread-safe).
| |
| ItemString |
Gets or sets the value associated with the specified header key. In C#, this property is the indexer for the Header class.
| |
| ItemStandardHeader |
Gets or sets the value associated with the specified header key. In C#, this property is the indexer for the Header class.
| |
| SyncRoot |
Gets an object that can be used to synchronize access to the Header.
|